math/big.nat.bit (method)
5 uses
math/big (current package)
float.go#L434: rbit := z.mant.bit(r) & 1 // rounding bit; be safe and ensure it's a single bit
int.go#L1148: return t.bit(uint(i)) ^ 1
int.go#L1151: return x.abs.bit(uint(i))
nat.go#L792: func (x nat) bit(i uint) uint {
prime.go#L254: if s.bit(uint(i)) != 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |